home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Let's Discover Louisiana
/
Let's Discover Louisiana.iso
/
pc
/
FILES
/
FUND.dxr
/
00061_checkForIntersect.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-12-03
|
189 b
|
11 lines
global rightChoice
on exitFrame me
if sprite rightChoice intersects sprite(1) then
sound(3).stop()
sound(2).volume = 100
sound(5).volume = 100
go(marker(1))
end if
end